VERSION 5.00 Begin VB.Form frmother BackColor = &H00000000& BorderStyle = 1 'Fixed Single Caption = "Recent Sites" ClientHeight = 1380 ClientLeft = 4260 ClientTop = 3105 ClientWidth = 2250 Icon = "frmother.frx":0000 LinkTopic = "Form1" MaxButton = 0 'False MinButton = 0 'False ScaleHeight = 1380 ScaleWidth = 2250 Begin VB.CommandButton cmdDone Caption = "Done" Height = 375 Left = 480 TabIndex = 1 Top = 840 Width = 1215 End Begin VB.Label lblRecentsites BackColor = &H80000012& Caption = "Recent Sites" BeginProperty Font Name = "MS Sans Serif" Size = 12 Charset = 0 Weight = 700 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty ForeColor = &H00FF0000& Height = 375 Left = 240 MousePointer = 10 'Up Arrow TabIndex = 0 Top = 240 Width = 1695 End Attribute VB_Name = "frmother" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub cmdDone_Click() frmother.Hide frmHElp.Show End Sub Private Sub lblRecentsites_Click() frmRecentsites.Show frmother.Hide End Sub